In that theme, the relevant CSS would be:
#footer {
display: none;
}
Do note that it's not recommended to make any changes to theme files -- but rather use a child theme or custom CSS option or plug-in. That way your changes won't be erased when the theme is updated.