Removing default mouse controls from pawn

For some reason when I create a simple APawn from scratch I can rotate the camera by holding and dragging the left mouse button. This isn’t very ideal and I can’t remove it. I tried inheriting from ADefaultPawn and unchecking the bAddDefaultMovementBindings thing.