Add the following style to your stylesheet:
.hideui #ui-bar { display: none; }
Then on any passage where you want to hide the UI bar, simply tag the passage with hideui.
No. Though you may use its API to do so. For example:
<<script>>UIBar.stow()<</script>>
<<script>>UIBar.unstow()<</script>>