You can add custom CSS code to remove certain features from Tutor LMS or style them on your own. Custom CSS code should be added in the Appearance > Customize > Additional CSS section.
Hide Q&A Tab from Lessons
.tutor-lesson-sidebar a:nth-child(2){display:none;}