How can I hide the register link on the login page in Dawn?

Go to your Online store > Themes > Edit code > open main-login.liquid, add this code below after {%- style -%} element

.customer a[href="/account/register"] { display: none !important; }