Normally, a countdown bar appears below the slideshow image, indicating how long the current image has left before it is replaced.
To remove this countdown bar entirely, add the following code to the CSS customization screen:
.camera_bar {
display: none;
}