Add a method to remove a slot from an Action. This is also exposed as `Action.slots.remove(slot)` to RNA/Python. Removing a slot deletes all its associated animation data in the Action. It also un-assigns the slot from any ID that was animated by it. The Action reference is left untouched. Pull Request: https://projects.blender.org/blender/blender/pulls/127112