I believe this would work. Set a local item variable to the itemstack. Set the local item variable to 1 item. Make a local text variable and set it to the item variable. Using the replace text procedure, replace text in the variable (Change "1 " to "" and " " to "_"0 (There are spaces, this changes a 1 followed by a space to nothing and any spaces in the text to underscores). Then execute the give command and use create text to combine give and the variable. I used this in my mod to add compatibility, and this would allow yours to remove enchantments from other mods. I haven't tested it with enchantments yet.
I believe this would work. Set a local item variable to the itemstack. Set the local item variable to 1 item. Make a local text variable and set it to the item variable. Using the replace text procedure, replace text in the variable (Change "1 " to "" and " " to "_"0 (There are spaces, this changes a 1 followed by a space to nothing and any spaces in the text to underscores). Then execute the give command and use create text to combine give and the variable. I used this in my mod to add compatibility, and this would allow yours to remove enchantments from other mods. I haven't tested it with enchantments yet.