Go to wp-content -> plugins -> promotion-slider -> index.php
Change:
<div class=”panel panel-<?php echo $i; ?>”>
To:
<div class=”panel panel-<?php echo $i; ?>” style=”margin:0; padding:0;”>
That did the trick for me. If it doesn’t for you, the border you’re seeing was likely applied to a different element.