@dreamcastkid Found it! This works completely. It was a MOTD thing. This will get rid of all of that text.
Use command touch ~/.hushlogin
then navigate to the login script
sudo nano /etc/pam.d/login script
#hashtag out the following:
session optional pam_lastlog.so
session optional pam_motd.so motd=/run/motd.dynamic
session optional pam_motd.so noupdate
then navigate to the autologin.conf
sudo nano /etc/systemd/system/getty@tty1.service.d/autologin.conf
Change ExecStart located at [Service] from:
ExecStart=-/sbin/agetty --autologin pi --noclear %I $TERM
To:
ExecStart=-/sbin/agetty --skip-login --noclear --noissue --login-options "-f pi" %I $TERM
Now I am completely rid of any startup text.