It is possible to remove components from a Character Blueprint?

You cannot delete those components because your character BP class inherits them from the C++ class ACharacter.

You can have your BP derive from a subclass of APawn where you can add a / or comes with a movement component. Can’t remember what the class is called from the top of my head and am not in front of my base station. Perhaps pawn base or default pawn or something like that.