Hi @Chardia ,
I’m not sure why you wish to remove the text or if you just want to remove, go to your Shopify Admin, click “Customize” and then “Edit code”. In the Dawn theme, you need to find file called main-cart-footer.liquid
And then find this element with the following class and remove the entire “small” element.
<small>
If you’re using another theme, you need to check other cart.liquid files and find out which one is relevant for your theme as well as use the developers tools in your browser to find the element with the text and then find it in the file and remove it.
Hope this helps!