How to remove UEFI Partition from Windows
- Launch
Diskpart
from the run prompt press ⊞ Win + R - List all the disk
list disk
- The drive number of the drive you want to delete from should be the same as it appears in the Disk Manager app. - Select the disk
sel disk [number of disk]
- where [Disk Number] is the number of the drive you want to delete from. - list all the partition of the selected disk
list partition
- select partition
sel partition [number of the partition]
- to choose the reserved partition you wish to delete. - Enter
delete partition override
At this point, the EFI System Partition should be deleted. However, you should confirm by looking at the disk in the Windows Disk Management app.
If you need to remove the partition from BIOS/BOOT Menu, watch this video
Let's remove Ubuntu from Bios/Boot menuSource Tom's Hardware Guide