Hi Brian,
No you cannot create multiple blogs. It needs code customization and you need to hire a developer to fix it.
2. Can I get rid of the slider on the blog page?
==> If you don’t want slider in blog page then you need to go to dashboard -> pages -> create a blog page and at the right hand side of the page there is template. select blog image large or blog image medium or blog full content display you want.
Then go to dashboard -> settings -> reading and leave defaullt to post page. View this screenshot.
http://awesomescreenshot.com/02256h6d83
Then your slider will not be displayed in blog page.
3. Can I get rid of the sticky posts on the blog page and just use the stick posts for the home page?
To remove the sticky post from blog page you just need to paste this below css. Go to Appearance -> Customize -> Ambition theme options -> Custom CSS paste the below CSS code and Click on Save & Publish button at the top of the options panel.
#main .sticky {
display: none;
}
Hope this may help you
Thank you!