dd is not aware of GPT,MBR or anything, just the disk gemetry. overwrite the offending data, and it is gone. That's all. If you have the patience then
dd if=/dev/zero of=/dev/sda bs=1M
or slower but with feedback
shred -vfz -n 1 /dev/sda
chose your tool, tweezers or sledgehammer.