If you make backup images and save the images to another disk drive then you do not need to have a recovery partition.
And if you have a bootable Windows 11 Media Creation Tool (MCT) (Windows 11 iso) you also do not need a recovery partition.
Download Official Windows 11 ISO file from Microsoft Tutorial | Windows 11 Forum (elevenforum.com)
Download Windows 11 (microsoft.com)
To manually delete the recovery partition perform the following steps:
Open administrative command prompt and type or copy and paste:
reagentc /info
reagentc /disable
reagentc /info
Once you've confirmed that the recovery partition has been disabled it can be deleted.
diskpart
lis dis
lis vol
sel dis 0
det dis
lis par
sel par 4
det par (confirm that this is the recovery partition)
del par override
exit
The recovery partition on the far right is orphaned and it can be deleted too.
sel par 6
det par (confirm that it is a recovery partition)
del par override