Hi Donna Green,
If you want that information to be removed then simply you can do it by following css:
Add this css on child theme style.css file:
article.type-post footer.single-footer {
display: none;
}
Let us know if you got any problems on this.
Note: Please use child theme style.css file to add custom css, so your changes will not lost on theme update.
Thanks
Thanks