Code:
.fr-dropdown-list li:first-child {
display:none;
}
i am using this to hide media from the dropdown as i ended up clicking on it while trying to click on quote. you can possibly hide them using similar css code i guess.
and this made me realize that this hides the first entry in all dropdowns in the editor menu so best avoidable.