This conversion enable the removal of a single entity from the world with the following syntax:
remove { entity1 } from world
This conversion enable the removal of a single component from an entity with the following syntax:
remove { Component() } from entity1