Hi
To change the speed to slow down quite you have to make some changes in the code. Go to theme folder -> owlcarousel -> owl.carousel-settings.js and change the autoplayTimeout: 2000,
You can increase the value 1000 = 1second
To remove the th clients link, Go to theme folder -> template-parts -> widgets -> wowsome-widgets.php on line no 422 and 424 and remove anchor tag, where you final code will only be <?php the_post_thumbnail(); ?>
We recommended you not to change the code but if you change the code then while updating to new version all your customized code will be lost. So better make a child theme and then customize the code.
Thank you!