How to remove component data from an item entity

I have an item that I want to convert into a normal, default bucket, and I've been using the following to do so data merge entity @s {Item:{id:"minecraft:bucket",components:{"minecraft:item_name":'{"translate":"item.minecraft.bucket"}',"minecraft:item_model":"minecraft:bucket","minecraft:custom_data":{}}}} however because the item has a custom data tag, I'm unable to stack it with normal buckets, is there any way to remove the tag?
Continue to help post