I will quote it here:
To remove that 'position' option, you can try this:
- Go to file: /components/com_jamegafilter/views/default/view.html.php
- Comment / remove this line of code:
$sorts[] = array('field' => 'position', 'title' => JText::_('JPOSITION'));
Then go to filter settings in backend >> save or index the filter.
And clear all caches.