the line of business I have chosen depends on the product rarity, so a result I would like to sell only one item of each product so I need the quantity selector completely removed throughout the site, also in the checkout page and in the cart page the sum should directly add up without the quantity selector
the easiest way (without even changing a piece of code) is adding an app called Product Options Variant Options to your store — https://apps.shopify.com/ymq-options
You can set up minimum and maximum purchase quantity for each product (even differently for products). I wouldn’t recommend deleting the quantity selector from the code forever in case you would like get back to it at some point in the future.
For sure, on the product pages, you can just remove the quantity selector block but it will be still possible to change the quantity in the cart. With the app mentioned above, it won’t be possible.