How to remove limiter from product listing page in Magento 2
Create this file in your theme:
Magento_Catalog/templates/product/list/toolbar.phtml
Copy from origianl file in:
vendor/magento/module-catalog/view/frontend/templates/product/list/toolbar.phtml
Comment out this line (or remove it)
include ($block->getTemplateFile('Magento_Catalog::product/list/toolbar/limiter.phtml'))