Amanda C. I think you were asking how to remove the asterisk right? Here's one way of hiding the asterisk that I found. I used custom CSS to change the color to white...
/* Add your custom CSS below */
.mktoForm .mktoRequiredField label.mktoLabel{
font-weight: normal;
}
.mktoAsterix {color: #ffffff !important;}