Hi,
There is no option to remove the "show all" choice in the dropdown.
A simple solution is to hide the dropdown with CSS if you don't want users to use it.
Otherwise, you can remove the line:
$limits[] = JHTML::_('select.option', '0', JText::_('HIKA_ALL'));
from the file administrator/components/com_hikashop/helpers/pagination.php in order to remove just that choice from the dropdown.
About your last message ; I'm sorry but I don't understand it.
All I can tell you is the pagination is stored in the user session using cookies ; exactly like Joomla is doing.
Regards,