How To Remove Quantity

Here

and here

You can add the following code to the CSS section of the Theme editor

.ty-compact-list__item .ty-qty, .ty-product-list .ty-qty, .ty-product-detail .ty-qty {
    display: none !important;
}

As always, worked like a charm. Thank you!

You are welcome! :)