Remove both sidebars
Like the previous examples you can remove Both Sidebars elements directly from the html structure (am-left-sidebar and am-right-sidebar), additionaly you must to add the class am-nosidebar-left into the main wapper element.
<html lang="en">
<body>
<div class="am-wrapper am-nosidebar-left">
<nav class="navbar navbar-default navbar-fixed-top am-top-header">
<!-- Top bar without sidebar toggle buttons -->
</nav>
<div class="am-content">
<!-- Main content -->
</div>
</div>
</body>
</html>