Open up the audiobar folder– then open up the folder called templates. Find the file audiobar-buttons-css.php. Open it up in your text editor. Find the code:
span.audiobar_container {
display: block;
height: 27px;
width: 100%;
}
and change it to: (you are just changing the display to none.)
span.audiobar_container {
display: none;
height: 27px;
width: 100%;
}