Hi,
If you need lower slider height you can add to style.css next code
#slider-wrapper .flexslider {
height: 300px; (or any value you want, but lower than 450px)
overflow: hidden;
}
If you need bigger height – only way is change slider-thumnail size in functions.php, it’s will be not good solution if you don’t have much experience with WP
Note, if you will be make any changes don’t forget use child themes for it. You can find great tutorial here https://codex.www.ads-software.com/Child_Themes.