How can I remove featured collection titles on my homepage?

You can try this code by following these steps:

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file base.css or theme.css

Step 3: Insert the below code at the bottom of the file → Save

.featured-card__header {
    display: none;
}

Final Result:

Hope this can help you
Kind regards,
HDL-Shin