hi there,
like matt explained already, right now it's not possible to remove all options in the module settings.
the best workaround is to just hide the ordering options via css, something like:.sprocket-mosaic-order li {
display: none;
}
should work.
kat