Hi,
Please navigate to Appearance -> Customize -> Open your frontpage and click "Frontpage" customizer tab.
Here you should disable "enable autoanimation" and "show pagination" options.
To remove the arrows, please add the following custom css code:
.gk-is-wrapper-arrow::after, .gk-is-wrapper-arrow::before {
display: none;
}
.gk-is-wrapper-gk-photo .gk-is-slide {
cursor: default !important;
}
Cheers
Joshua