Hello,
If you have the ability to edit your .css file or override them within your theme you can add the following css rule to your code
.question-cat-menu{
display:none;
}
You should add it at the end of your code so it fires last and overrides the current rule that is already in place. This does not remove it but hides the whole container that has the drop down menu in it.
Dave