How to remove slideshow controls in Craft theme?

Can someone tell me a code to remove the slideshow controls for Craft.

ahbeessentials.com

Hello @AHBEessentials

Step 1: Go to Online Store → Theme → Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save

slideshow-component .slideshow__controls {
    display: none;
}

Worked, thank you!

This worked, thank you!