| Name | remove_component |
| Object | ItemTag |
| Input | ElementTag |
| Description | Removes the specified item component from the item, see Item Components for more information.
This can be used to remove item's default behavior, such as making consumable items non-consumable. See also ItemTag.removed_components. |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/paper/src/main/java/com/denizenscript/denizen/paper/properties/ItemRemovedComponents.java#L68 |